home *** CD-ROM | disk | FTP | other *** search
- #[document 41.15 9.05 144.55 282.6
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(110.75,9.05);
- l(57.00,9.05);
- l(57.00,281.20);
- c(57.00,281.20,90.65,282.60,107.45,282.60);
- c(121.10,282.60,143.95,277.95,144.20,264.20);
- c(144.55,249.50,119.95,247.95,107.45,240.50);
- c(41.15,201.05,110.75,9.05,110.75,9.05);
- close_edge();
- p=path();
- gc_color(81.22,0.62,0.25);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-